P  {}

H1  {
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-align : center;
}

H2  {
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : NAVY;
	text-align : center;
}

H3  {
	font-family : Verdana;
	color : red;
	font-style : italic;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

H4  {
	font-size : medium;
	font-family : Verdana;
	font-style : normal;
	font-weight : normal;
	color : Red;
}


H5  {
	font-size : medium;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : "#990066";
	text-align : center;
}


.tabelacentralizada {
    margin-left:auto; 
    margin-right:auto;
    padding: 6px;
}


 .textocentralizado {
  text-align: center;
}


/* Container needed to position the button. Adjust the width as needed */
.container {
  position: relative;
  width: 100%;
}


/* Style the button and place it in the middle of the container/image */
.container .button {
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
          -webkit-border-radius: 60px;
        border-radius: 60px;
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

